home *** CD-ROM | disk | FTP | other *** search
/ Building Homes of Our Own / Building Homes of our Own.iso / setup / data1.cab / Everything / working / houCons.dxr / exitFrameScripts_15.ls < prev    next >
Encoding:
Text File  |  2002-09-25  |  410 b   |  13 lines

  1. on exitFrame me
  2.   global gIso, gUserDataMan, gNavigatingFromLoadIn, gConMan, gCostMan
  3.   initIsoEngine_Construction()
  4.   if gNavigatingFromLoadIn = 1 then
  5.     gNavigatingFromLoadIn = VOID
  6.     placeToGoTo = getSavePlace(gUserDataMan)
  7.     theFrameLabel = placeToGoTo[#frameLabel]
  8.     gConMan = new(script("constructionDecisionTracker"))
  9.     gCostMan = new(script("costManager"))
  10.     go(theFrameLabel)
  11.   end if
  12. end
  13.